GridDataColumn
The GridDataColumn
class represents a column in a grid structure, containing metadata such as name, formatting, visibility, and alignment.
Properties
Name | Description |
---|---|
Visible | Indicates whether the column is visible in the grid. |
ControlType | The type of control used for editing the column's data. |
Index | The optional index of the column in the grid. |
UseThousandSeperator | Indicates whether a thousand separator should be used for numeric values. |
Name | The unique name of the column. |
Precision | The number of decimal places to be used for numeric values in the column. |
EditType | Specifies the type of editing allowed for the column. |
DisableToExport | Indicates whether the column should be excluded from exports. |
PreferredWidth | Defines the preferred width of the column. |
HorizontalAlignment | Specifies the horizontal alignment of the column content. |
Format | Specifies the format to be applied to the column values. |
Caption | A dictionary containing localized captions for the column, typically keyed by language. |